@font-face {
    font-family: font;
    src: url(../Vazir/Vazir-Bold-FD.ttf);
}
html,body{
width: 100%;
height: auto;
float: left;
margin: 0;
padding: 0;   
direction: rtl;
/* overflow-x: hidden; */
}
body{
    background-color: #f7f7f75c !important;
}
body *{
    text-decoration: none;
    font-family: font;
    list-style: none;
}
.m-help-container{
    width: 100%;
    float: left;
    display: flex;
    flex-direction: column;
    padding: 1.5em 3em;
    box-sizing: border-box;
}
.m-help-ele{
    width: 100%;
    float: left;
    display: flex;
    flex-direction: column;
    margin-bottom: 1em;
    border: 1px solid rgb(62 61 147);
    border-radius: 10px;
    overflow: hidden;
}
.m-help-btn{
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 25px;
    padding: 0.8em 1.5em;
    box-sizing: border-box;
    border: none;
    color: white;
    background-color: rgb(62 61 147);
    cursor: pointer;
}
.m-help-text{
    width: 100%;
    height: 0;
    float: left;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    box-sizing: border-box;
    border-radius: 10px;
    overflow: hidden;
    opacity: 0;
    padding: 0 1.5em;
}
.m-help-text p{
    width: 100%;
    float: left;
    margin: 0;
    margin-bottom: 1.5em;
    font-size: 16px;
    line-height: 40px;
    text-align: justify;
}
.m-help-text p:last-child{
    margin-bottom: 0;
}
.help-video{
    width: 100%;
    /* height: 65vh; */
    float: left;
    display: flex;
    justify-content: center;
    margin-bottom: 1.5em;
}
.help-video video{
    width: 100%;
    height: 100%;
    float: left;
    border-radius: 10px;
}
.help-img{
    width: 100%;
    /* height: 65vh; */
    float: left;
    display: flex;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 1.5em;
}
.help-img img{
    width: 100%;
    float: left;
    object-fit: contain;
    
}